C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientUpdatedView Property

In This Topic
OnClientUpdatedView Property (TransposedGrid<T>)
In This Topic
Occurs when the grid finishes creating/updating the elements that make up the current view.
Syntax
'Declaration
 
Public Overridable Property OnClientUpdatedView As String
 
Remarks
The grid updates the view in response to several actions, including:
  • refreshing the grid or its data source,
  • adding, removing, or changing rows or columns,
  • resizing or scrolling the grid,
  • changing the selection.
See Also